[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            isCEDavail - is CED installed

  Syntax              boolean isCEDavail(void);

  Prototype in        doshk.h

  Remarks             checks if CED installed

  Return value        returns TRUE if is installed, FALSE otherwise.

  See also            CEDadd(), CEDremove()

  Example             #include <doshk.h>

                      main()
                      {
                           printf("CED is ");
                           if (! isCEDavail())
                                printf("not ");
                           printf("installed\n");
                      }


See Also: CEDadd() CEDremove()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson